﻿/**网站全局css**/
* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 1200px;
	font-family: "微软雅黑";
	color: #333;
	background:url('../images/yindao.jpg') no-repeat center center;
	overflow:hidden;
}
p {
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
li {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
/**网站全局css end**/
.tablediv
{
	width:100%;
	height:100%;
	overflow:hidden;
	display:table;
}
.tablediv .tablecelldiv
{
	 width:100%;
	 height:100%;
	 overflow:hidden;
	 display:table-cell;
	 vertical-align: middle;
}
.zscontent
{
	width:1200px;
	height:620px;
	margin:auto;
}
/**第一部分**/
.zscontent .fir
{
	height:320px;
	
}
.zscontent .fir .l
{
	float:left;
	height:316px;
	width:290px;
	position: relative;
}
.zscontent .fir .l a
{
	width:290px;
	height:320px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	transition:1s;
	display:none;
	
}
.zscontent .fir .l a.myfirst
{
	display:block;
    animation: myfirst 3s;	
}
.zscontent .fir .l a:hover
{
	opacity:0.8;
}
@keyframes myfirst
{
	from 
	{
		opacity:0;
		left:-290px;
		transform: rotate(-90deg);
	}
	to 
	{
		opacity:1;
		left:0px;
		transform: rotate(0deg);
	}
}
.zscontent .fir .l a img
{
	width:290px;
	height:290px;
	display:block;
}
.zscontent .fir .l a p
{
	font-size:16px;
	height:30px;
	line-height:30px;
	color:#a50100;
}
.zscontent .fir .l a p span
{
	float:right;
}
.zscontent .fir .r
{
	float:right;
	width:780px;
	height:320px;
}
.zscontent .fir .r img 
{
	width:780px;
	height:316px;
	display:none;
}
.zscontent .fir .r img.mysec 
{
	display:block;
	animation: mysec 3s;
}
@keyframes mysec
{
	0%
	{
		 transform: scale(0);
	}
	50%
	{
		transform: scale(1.2)
	}
	100%
	{
		transform: scale(1);
	}
}
.zscontent .sec
{
	height:220px;
	padding-top:70px;
}
.zscontent .sec ul 
{
	height:220px;
	overflow:hidden;
	font-size:0;
}
.zscontent .sec ul li 
{
   display:inline-block;
   margin-right:12px;
   width:190px;
   overflow:hidden;
   height:200px;
   position:relative;
}
.zscontent .sec ul li a
{
	display:block;
	height:190px;
	width:190px;
	position:absolute;
	bottom:-300px;
	left:0px;
}
.zscontent .sec ul li a img
{
    display:block;
    width:190px;
    height:114.7px;
}
.zscontent .sec ul li a p 
{
	font-size:16px;
	height:30px;
	line-height:30px;
	color:#a50100;
}
.zscontent .sec ul li a p span
{
	float:right;
}
/**第一部分 end**/
/**第三部分**/
.banquan
{
	width:100%;
	height:30px;
	overflow:hidden;
	margin-top:30px;
	display:none;

}
.banquan a
{
	display:block;
	width:100%;
	height:30px;
	text-align: center;
	line-height:30px;
}
/**第三部分 end**/